home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / packet / bpq408a / os2bpq.doc < prev    next >
Text File  |  1995-02-04  |  3KB  |  71 lines

  1.             BPQCODE for OS/2
  2.  
  3. There is now an OS/2 version of BPQCODE. Please note that this is a beta
  4. release - so far the code has only been tested on a very limited number
  5. of configurations. It runs very reliably on my machine, (a 33 MHz 386
  6. with 8 MB RAM running WARP), but I suggest you make sure you have adequate
  7. backups of your system before trying it.
  8.  
  9. Overview.
  10.  
  11. The main switch code is an OS/2 Physical Device Driver (BPQCODE.SYS).
  12. Access to the switch from DOS sessions is provided by a Virtual Device
  13. Driver (BPQVDD.SYS). These drivers are loaded via commands in CONFIG.SYS.
  14. The current version does not support native OS/2 applications - I hope to
  15. provide a suitable API (probably via the IOCTL function) soon.
  16.  
  17. The switch supports the same interface hardware as the DOS version.
  18. It does not support sharing of interrupts with other software, so you may
  19. have to remove conflicting drivers (most likely serial port drivers).
  20. At the moment it does not support user-written EXTERNAL drivers, but
  21. a driver for NE1000/2000 type ethernet cards is included. I hope to add
  22. full support for user written drivers in the next release.
  23.  
  24. The SYSOP functionality is built into the switch (as in SWITCH.EXE), so
  25. you dont need to run SYSOPH.
  26.  
  27. Installation.
  28.  
  29. The configuration file BPQCFG.TXT is fully compatible with the DOS version.
  30. At the moment BPQCFG.EXE is still a dos program, so must be run in a DOS 
  31. session. You can use the same BPQCFG.BIN with the two versions.
  32.  
  33. The following are lines from my CONFIG.SYS. The first is only needed if
  34. you are running an ethernet link between switches. The parameters are 
  35. IO address and interrupt.
  36.  
  37.     DEVICE=F:\OS2\BPQ\BPQETH.SYS 360 9
  38.  
  39.     DEVICE=F:\OS2\BPQ\BPQCODE.SYS
  40.  
  41.     DEVICE=F:\OS2\BPQ\BPQVDD.SYS
  42.  
  43. The switch looks for its config files, etc (BPQCFG.BIN, PASSWORD.BPQ and
  44. BPQNODES) in the directory specifed in the DEVICE command (in my case
  45. F:\OS2\BPQ).
  46.  
  47. Application Software.
  48.  
  49. The system should support all DOS based sofware that works with BPQCODE.EXE.
  50. I have run PAC4, IPGATE, W0RLI BBS (Version 13.0), DX Cluster, JNOS (using
  51. internal BPQ driver). Programs not written to the latest API spec may need
  52. the interface TSR FOOLBPQ. This allows the old method of checking if the
  53. switch is loaded to work. It should be run in each DOS session.
  54.  
  55. Support Programs.
  56.  
  57. as mentioned above, BPQCFG.EXE must be run in a DOS session. BPQNODES
  58. and BPQDUMP are dual mode programs. The should be run in a OS/2 session
  59. if using OS/2, but will also work as DOS programs if running DOS.
  60.  
  61.  
  62. Good Luck!
  63.  
  64.  
  65. de John Wiseman, G8BPQ
  66. 76, Haywood Road,
  67. Mapperley,
  68. Nottingham
  69. NG2 1AL
  70.  
  71.